GenerativeComponents Help

The baseCS

The Base Coordinate System (baseCS) is typically the first node to be placed in a model, and is located at the model origin. Only one coordinate system named "baseCS" can exist in a DGN.

The baseCS is graphically represented by:

  1. Center point (red dot)
  2. XY plane (cyan square)
  3. XZ plane (green square)
  4. YZ plane (red square)
  5. X direction (red dash)
  6. Y direction (green dash)
  7. Z direction (cyan dash)
Note: The yellow square is the active construction plane which is where the node geometry is placed. By default, new nodes are created on the baseCS XY plane unless otherwise specified.

The baseCS node implements the following interfaces:

  • IDirectionOrPoint
  • IPoint
  • IPointOrCoordinateSystem
  • IPointOrPlaneOrCoordinateSystem
  • IReferenceGeometry
  • object
Note: By default, new nodes are created on the baseCS XY plane unless otherwise specified.